-- card: 8783 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3493 -- name: capWords -- part 1 (button) -- low flags: 00 -- high flags: A003 -- rect: left=101 top=211 right=233 bottom=190 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: capWords ----- HyperTalk script ----- on mouseUp put editString("capWords", field A) into field B end mouseUp -- part contents for background part 1 ----- text ----- capWords -- part contents for background part 2 ----- text ----- This function will capitalize all words within a text block. The maximum size of the text (or data holder) is 30000 bytes. -- part contents for background part 3 ----- text ----- editString("CapWords", source) • source is the intput variable or field containing the text -- part contents for background part 4 ----- text ----- hello there all of you mac nuts out there